C1.Web.Mvc Namespace / FlexChartCore<T> Class / PlotAreas Property

In This Topic
PlotAreas Property (FlexChartCore<T>)
In This Topic
Gets the collection of plotarea objects.
Syntax
'Declaration
 
<JsonAttribute("_plotAreas")>
Public ReadOnly Property PlotAreas As IList(Of PlotArea)
 
See Also